The Imagick class
PHP Manual

Imagick::writeImage

(PECL imagick 0.9.0-0.9.9)

Imagick::writeImageWrites an image to the specified filename

Descripción

bool Imagick::writeImage ([ string $filename ] )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Writes an image to the specified filename. If the filename parameter is NULL, the image is written to the filename set by Imagick::ReadImage() or Imagick::SetImageFilename().

Lista de parámetros

filename

Valores retornados

Returns TRUE on success.


The Imagick class
PHP Manual